This document provides a detailed summary of remote emission sensing (RES) data as part of the CARES project.
The analysis of RES data can be challenging given the complexity and typical size of the data collected during experimental campaigns. Even within the small community of researchers and practitioners that typically conduct experiments, there is a wide variation in the analysis approaches used and their consistency. With that in mind, this document has the following aims:
To provide a reliable and automated way of presenting key summary data and plots from RES campaigns.
Adopt ‘modern’ data analysis approaches using R Statistical Software and automated report production using Rmarkdown.
These approaches offer many advantages over traditional ways of analysing data and presenting it. For example, allowing for detailed data to be presented in a compact way that can easily be filtered by the user, and the use of ‘tabs’ to better structure the output.
To present common numerical and graphical outputs that help to interpret data from RES campaigns.
The analysis software and the underlying code that produced this document are part of a R package called openCARES. The package is available as a GitHub repository and all code is managed under a version control system. The approach means that all changes are recorded and that members of the CARES team can work collaboratively to develop the analysis capabilities over time.
Currently, this document is based on early data collected as part of the CONOX project consisting of about 100,000 measurements, which is similar to the aims of the City Demonstrations as part of the CARES project.
This section focuses on the share of measurements per vehicle class, fuel type, Euro standard and so on.
An example of a way in which to present vehicles samples is shown in Figure 2.1.
Figure 2.1: Numbers of vehicle by main vehicle and fuel type. Click on the key to select specific segments.
Figure 2.2: Euro standard share by main vehicle and fuel type.
Manufacturer composition for petrol and diesel vehicles. The size of each rectangle is proportional to the share of each manufacturer / manufacturer group.
Road grade etc.
All data presented as fuel-specific emission factors i.e. g pollutant per kg fuel.
| NOx | NO | CO | HC | UV_smoke | n |
|---|---|---|---|---|---|
| 15.83 | 12.80 | 12.07 | 4.34 | NaN | 100.00K |
| FuelType | NOx | NO | CO | HC | UV_smoke | n |
|---|---|---|---|---|---|---|
| BATTERY ELECTRIC | NaN | 2.65 | 2.41 | −2.61 | NaN | 1.00 |
| BIFUEL LPG/PETROL | NaN | 10.34 | 115.35 | 7.92 | NaN | 33.00 |
| DIESEL | 20.90 | 16.82 | 3.50 | 3.52 | NaN | 63.61K |
| HYBRID DIESEL/ELECTRIC | 13.61 | 13.24 | 2.02 | 1.72 | NaN | 105.00 |
| HYBRID PETROL/ELECTRIC | 1.56 | 1.33 | 8.20 | 3.81 | NaN | 879.00 |
| NO DATA | 7.73 | 7.35 | 40.87 | 7.71 | NaN | 469.00 |
| PETROL | 5.78 | 5.84 | 27.33 | 5.81 | NaN | 34.91K |
The table below shows the mean and 95% confidence interval in the mean is given.
The table below shows the mean and 95% confidence interval in the mean is given.
The table below shows the mean and 95% confidence interval in the mean is given.
The table below shows the mean and 95% confidence interval in the mean is given.
Speed, acceleration, VSP.
| Speed (kph) | VSP | n |
|---|---|---|
| 36.28 | 4.88 | 80.92K |
Figure 6.1: Density plot of all VSP data.
| Site | Speed (kph) | VSP | n |
|---|---|---|---|
| A40 | 60.14 | 5.37 | 8.60K |
| Aldersgate | 28.27 | 3.77 | 6.45K |
| Cambridge | 32.33 | 5.92 | 3.48K |
| Greenford | 40.79 | 2.83 | 15.24K |
| Queen Victoria | 30.66 | 4.41 | 18.74K |
| Sheffield | 32.66 | 6.26 | 28.41K |
Figure 6.2: Density plot of all VSP data, split by site.
Average emissions by vehicle age + mileage.
See conox_gkm.R